*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.cls{
    clear: both;
}
.box{
   position: relative;
   border: 5px rgb(212, 198, 198) solid;
   width: 40em;
   height:31.5em;
   top: 5em;
   left: 6%;
   float: left;
   margin: 15px;
   border-radius: 30px;
   margin-bottom: 130px;
   background-color: rgb(255, 242, 225,0.5);
   box-shadow: 0 0 1rem 0.2rem rgb(0 0 0 / 10%);
   padding-right: 10px;
}

.box1{
    position: relative;
    border: 5px rgb(212, 198, 198) dotted;
    width: 16em;
    height: 5em;
    background-color: rgb(255, 242, 225,0.2);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    top: 110px;
}

.box2{
    text-align: center;
    z-index: 999;
    position: fixed;
    border: 3px rgb(146, 239, 255) solid;
    background-color: rgb(255, 242, 225,0.5);
    width: 5em;
    height: 3em;
    bottom: 1em;
}
.box2:hover{
    background-color: rgba(255, 255, 255, 0.5);
}
h3{
    text-align: center;
    align-items: center;
    font-size: 50px;
    font-style: oblique;
    color: rgb(0, 51, 51);
}

.box:hover{
    background-color: rgba(255, 255, 255, 0.5);
}
h3{
    position: relative;
    text-align: center;
    align-items: center;
    font-size: 50px;
    font-style: oblique;
    color: rgb(0, 51, 51);
    bottom: 15px;
}

h4{
    
    text-align: center;
    
}

#img1{
    position: absolute;
    width: 48%;
    height: 100%;
    border-radius: 25px;
    box-shadow: 0 0 1rem 0.2rem rgb(0 0 0 / 10%);
}
.right {
    position: absolute;
    width: 50%;
 
    left:50%;
  
}

a{
    text-decoration: none;
    color: rgb(0, 51, 51);
}

a:hover{
    color: aqua;
}

.page4{
    position: fixed;
    left: 92%;
    bottom: 0%;
    border: 3px;
    text-align: center;
    z-index: 999;
    border: 3px rgb(7, 8, 8) solid;
    background-color: rgb(255, 242, 225,0.5);
}
.bg{
    z-index: -999;
    background-image: url(../images/background.jpg);
    position: fixed;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
}

.return{
    top: 1%;
    position: fixed;
    left: 96%;
    border: 3px rgb(3, 3, 3) solid;
}

.author h4{
    position: absolute;
    height: auto;
    left: 91.5%;
    top: 11%;
    font-family: fantasy;
    
}


.author img{
    position: absolute;
    width: 5%;
    height: 10%;
    left: 95%;
    top: 6.5%;
    border-radius: 80px;
    box-shadow: 0 0 1rem 0.2rem rgb(0 0 0 / 10%);
}